home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / HPIID522.PPD < prev    next >
Text File  |  1990-10-12  |  12KB  |  361 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "HP LaserJet IID" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012278 or 012638
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 28 June 1990 
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.2"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(HP LaserJet IID)"
  20. *PSVersion: "(52.2) 0"
  21. *NickName: "HP LaserJet IID PostScript v52.2"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "1755048"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize Executive: "statusdict begin executivetray end"
  105. *PageSize A4: "statusdict begin a4tray end"
  106. *PageSize Envelope.297.684/Comm #10 Envelope: "statusdict begin com10envelopetray end"
  107. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  108. *PageSize Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  109. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  110. *?PageSize: "
  111.  save statusdict begin
  112.   8 dict begin
  113.    /lettertray (Letter) def /legaltray (Legal) def
  114.    /executivetray (Executive) def /a4tray (A4) def
  115.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  116.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def 
  117.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  118.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  119.    papersize {
  120.      {load exec} stopped not{= flush}if
  121.    }{
  122.      {load exec} stopped not{print (.Transverse) = flush}
  123.      {(Unknown) = flush}ifelse
  124.    }ifelse
  125.   end
  126.  end restore
  127. "
  128. *End
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "letter"
  133. *PageRegion Legal: "legal"
  134. *PageRegion Executive: "executivepage"
  135. *PageRegion A4: "a4"
  136. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10envelope"
  137. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope"
  138. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  139. *PageRegion Envelope.459.649/C5 Envelope: "c5envelope"
  140.  
  141. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  142. *% These errors should be trapped by software and a message displayed
  143. *DefaultPaperTray: None
  144. *PaperTray Letter: "statusdict begin lettertray end"
  145. *PaperTray Legal: "statusdict begin legaltray end"
  146. *PaperTray Executive: "statusdict begin executivetray end"
  147. *PaperTray A4: "statusdict begin a4tray end"
  148. *PaperTray Envelope.297.684/Comm #10 Envelope: "statusdict begin com10envelopetray end"
  149. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  150. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  151. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  152. *?PaperTray: "
  153.  save statusdict begin
  154.   8 dict begin
  155.    /lettertray (Letter) def /legaltray (Legal) def
  156.    /executivetray (Executive) def /a4tray (A4) def
  157.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  158.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def
  159.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  160.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  161.    papersize {
  162.      {load exec} stopped not{= flush}if
  163.    }{
  164.      {load exec} stopped not{print (.Transverse) = flush}if
  165.    }ifelse
  166.   end
  167.  end restore
  168. "
  169. *End
  170.  
  171. *% The following entries provide information about specific paper keywords.
  172. *DefaultImageableArea: Letter
  173. *ImageableArea Letter: "18 19 593 774 "
  174. *ImageableArea Legal: "18 19 593 990 "
  175. *ImageableArea Executive: "18 19 501 738 "
  176. *ImageableArea A4: "18 19 578 824 "
  177. *ImageableArea Envelope.297.684/Comm #10 Envelope: "18 19 278 666 "
  178. *ImageableArea Envelope.279.540/Monarch Envelope: "18 19 259 522 "
  179. *ImageableArea Envelope.312.624/DL Envelope: "18 19 294 605 "
  180. *ImageableArea Envelope.459.649/C5 Envelope: "18 19 440 630 "
  181. *?ImageableArea: "
  182.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  183.   newpath clippath pathbbox
  184.   4 -2 roll exch 2 {ceiling cvp} repeat
  185.   exch 2 {floor cvp} repeat flush
  186.  restore
  187. "
  188. *End
  189.  
  190.  
  191. *% These provide the physical dimensions of the paper (by keyword)
  192. *DefaultPaperDimension: Letter
  193. *PaperDimension Letter: "612 792"
  194. *PaperDimension Legal: "612 1008"
  195. *PaperDimension Executive: "522 756"
  196. *PaperDimension A4: "595 842"
  197. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  198. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  199. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  200. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  201.  
  202. *DefaultInputSlot: None
  203. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  204. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  205. *InputSlot Envelope: "statusdict begin 2 setpapertray end"
  206. *?InputSlot: "
  207.  save statusdict begin
  208.   3 dict begin
  209.    /0 (Upper) def
  210.    /1 (Lower) def
  211.    /2 (Envelope) def
  212.    papertray 
  213.      {( ) cvs cvn load exec} stopped not{= flush}if
  214.   end
  215.  end restore
  216. "
  217. *End
  218.  
  219. *DefaultManualFeed: False
  220. *?ManualFeed: "
  221.   statusdict /manualfeed get
  222.   {(True)}{(False)}ifelse = flush"
  223. *End
  224. *ManualFeed True: "statusdict begin /manualfeed true store end"
  225. *ManualFeed False: "statusdict begin /manualfeed false store end"
  226.  
  227. *DefaultOutputOrder: Normal
  228. *DefaultOutputBin: Upper
  229.  
  230. *DefaultCollator: None
  231. *DefaultSorter: None
  232. *DefaultDuplex: False
  233. *?Duplex: "duplexmode {(True)}{(False)}ifelse == flush"
  234. *Duplex True: "statusdict begin true setduplexmode end"
  235. *Duplex False: "statusdict begin false setduplexmode end"
  236.  
  237. *% Font Information =====================
  238.  
  239. *DefaultFont: Courier
  240. *Font AvantGarde-Book: Standard "(001.002)"
  241. *Font AvantGarde-BookOblique: Standard "(001.002)"
  242. *Font AvantGarde-Demi: Standard "(001.003)"
  243. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  244. *Font Bookman-Demi: Standard "(001.001)"
  245. *Font Bookman-DemiItalic: Standard "(001.001)"
  246. *Font Bookman-Light: Standard "(001.001)"
  247. *Font Bookman-LightItalic: Standard "(001.001)"
  248. *Font Courier: Standard "(002.002)"
  249. *Font Courier-Bold: Standard "(002.002)"
  250. *Font Courier-BoldOblique: Standard "(002.002)"
  251. *Font Courier-Oblique: Standard "(002.002)"
  252. *Font Helvetica: Standard "(001.002)"
  253. *Font Helvetica-Bold: Standard "(001.002)"
  254. *Font Helvetica-BoldOblique: Standard "(001.002)"
  255. *Font Helvetica-Narrow: Standard "(001.002)"
  256. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  257. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  258. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  259. *Font Helvetica-Oblique: Standard "(001.002)"
  260. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  261. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  262. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  263. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  264. *Font Palatino-Bold: Standard "(001.002)"
  265. *Font Palatino-BoldItalic: Standard "(001.002)"
  266. *Font Palatino-Italic: Standard "(001.002)"
  267. *Font Palatino-Roman: Standard "(001.001)"
  268. *Font Symbol: Special "(001.003)"
  269. *Font Times-Bold: Standard "(001.002)"
  270. *Font Times-BoldItalic: Standard "(001.004)"
  271. *Font Times-Italic: Standard "(001.002)"
  272. *Font Times-Roman: Standard "(001.002)"
  273. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  274. *Font ZapfDingbats: Special "(001.002)"
  275.  
  276. *?FontQuery: "
  277. save  2 dict begin /sv exch def
  278. /str 128 string def
  279. {
  280.   count 0 gt {
  281.     dup str cvs (/) print print (:) print
  282.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  283.   }{ exit } ifelse
  284. } bind loop
  285. (*) = flush
  286. sv end restore
  287. "
  288. *End
  289.  
  290. *?FontList: "
  291. save  2 dict begin /sv exch def
  292. /str 128 string def
  293. FontDirectory { pop == } bind forall flush
  294. (*) = flush
  295. sv end restore
  296. "
  297. *End
  298.  
  299.  
  300. *% Printer Messages (verbatim from printer):
  301. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  302. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  303. *Message: "\FontName\ not found, using Courier"
  304.  
  305.  
  306. *% Status (format: %%[ status: <one of these> ]%% )
  307. *Status: "idle"
  308. *Status: "busy"
  309. *Status: "waiting"
  310. *Status: "printing"
  311.  
  312.  
  313. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  314. *Source: "serial9"
  315. *Source: "serial25"
  316. *Source: "AppleTalk"
  317. *Source: "Centronics"
  318.  
  319.  
  320. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  321.  
  322. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  323.  
  324. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  325.  
  326. *InkName: ProcessBlack/Process Black
  327. *InkName: CustomColor/Custom Color
  328. *InkName: ProcessCyan/Process Cyan
  329. *InkName: ProcessMagenta/Process Magenta
  330. *InkName: ProcessYellow/Process Yellow
  331.  
  332. *%  For 60 lpi / 300 dpi  ===============================
  333.  
  334. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  335. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  336. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  337. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  338. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  339.  
  340. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345.  
  346. *%  For 53 lpi / 300 dpi  ===============================
  347.  
  348. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  349. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  350. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  351. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  352. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  353.  
  354. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  355. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  356. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  357. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  358. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  359.  
  360. *% end of PPD file for HP LaserJet IID
  361.